Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zskamljic committed Mar 29, 2022
1 parent a3cfa0a commit 3bf5630
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,22 @@
<module>rest-ahead-jax-rs</module>
</modules>

<pluginRepositories>
<pluginRepository>
<id>sonatype-snapshot</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</pluginRepository>
</pluginRepositories>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<junit.version>5.8.2</junit.version>
<mockito.version>4.3.1</mockito.version>
<mockito.version>4.4.0</mockito.version>
<compiler.plugin.version>3.9.0</compiler.plugin.version>
<surefire.version>2.22.2</surefire.version>
<jacoco.version>0.8.7</jacoco.version>
<jacoco.version>0.8.8-SNAPSHOT</jacoco.version>

<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
Expand All @@ -47,7 +54,7 @@
<truth.version>1.1.3</truth.version>
<testing.compile.version>0.19</testing.compile.version>

<spring.version>5.3.15</spring.version>
<spring.version>5.3.17</spring.version>
</properties>

<url>https://github.com/zskamljic/rest-ahead</url>
Expand Down
2 changes: 1 addition & 1 deletion rest-ahead-jackson-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.1</version>
<version>2.13.2.1</version>
</dependency>
<!-- Testing -->
<dependency>
Expand Down

0 comments on commit 3bf5630

Please sign in to comment.