Skip to content

Commit

Permalink
Merge branch 'main' of github.com:1and1/checkmk-java-client
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Nov 21, 2023
2 parents 2a8aa5d + 7c007b2 commit 8223bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M1</version>
<version>3.0.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<releaseProfiles>release</releaseProfiles>
Expand Down Expand Up @@ -413,7 +413,7 @@
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<gson-fire-version>1.8.5</gson-fire-version>
<gson-fire-version>1.9.0</gson-fire-version>
<swagger-core-version>1.6.3</swagger-core-version>
<okhttp-version>4.12.0</okhttp-version>
<gson-version>2.10.1</gson-version>
Expand Down

0 comments on commit 8223bd1

Please sign in to comment.