Skip to content

Commit

Permalink
Merge branch 'master' into SentryMan-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan authored Oct 17, 2023
2 parents 2468f89 + 6769cef commit 7e389ee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion http-client-gson-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10</version>
<version>2.10.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<executions>
<execution>
<id>default-testCompile</id>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<version>3.1.0</version>
<executions>
<execution>
<phase>process-resources</phase>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-nima-jsonb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<plugin>
<groupId>io.avaje</groupId>
<artifactId>avaje-inject-maven-plugin</artifactId>
<version>1.0</version>
<version>1.2</version>
<executions>
<execution>
<phase>process-sources</phase>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-nima/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<release>21</release>
<annotationProcessorPaths>
Expand Down

0 comments on commit 7e389ee

Please sign in to comment.