Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
upped some version
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Sep 8, 2023
1 parent f0c69f5 commit 4164ae4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
<google.oauth.client.version>1.34.1</google.oauth.client.version>
<google.client.version>1.43.3</google.client.version>
<jackson2.version>2.15.2</jackson2.version>
<slf4j.version>2.0.7</slf4j.version>
<vpro.shared.version>3.5.4</vpro.shared.version>
<slf4j.version>2.0.9</slf4j.version>
<vpro.shared.version>4.0.0</vpro.shared.version>
<spring.version>5.3.28</spring.version> <!-- spring dependency is optional -->
<checkerframework.version>3.37.0</checkerframework.version>
<checkerframework.version>3.38.0</checkerframework.version>
<assertj.version>3.24.2</assertj.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -124,7 +124,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.9</version>
<version>0.8.10</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 4164ae4

Please sign in to comment.