Skip to content

Commit

Permalink
Upgrade dependencies. (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek authored Nov 14, 2023
1 parent eb3a9cb commit 952fe21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
</scm>
<properties>
<main.basedir>${basedir}</main.basedir>
<jackson.version>2.11.4</jackson.version>
<jackson.version>2.15.3</jackson.version>
<spring-cloud-commons.version>3.1.8-SNAPSHOT</spring-cloud-commons.version>

<!-- Plugin versions -->
<maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version>
<!-- Sonar -->
<surefire.plugin.version>2.19.1</surefire.plugin.version>
<surefire.plugin.version>2.22.2</surefire.plugin.version>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.jacoco.reportPath>${project.basedir}/../target/jacoco.exec
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-openfeign-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.19.6</version>
<version>3.25.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -233,7 +233,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.15.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 952fe21

Please sign in to comment.