Skip to content

Commit

Permalink
Combine several dependabot updates to a single PR (cmu-db#291)
Browse files Browse the repository at this point in the history
Closes cmu-db#285
Closes cmu-db#286
Closes cmu-db#287
Closes cmu-db#288
Closes cmu-db#289
  • Loading branch information
bpkroth authored and robert-s-lee committed Jul 25, 2023
1 parent b73c6ba commit e273bfc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.4.0</version>
<version>42.6.0</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -84,7 +84,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.29</version>
<version>8.0.30</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -110,7 +110,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-jdbc</artifactId>
<version>2.9.9</version>
<version>2.9.11</version>
</dependency>
</dependencies>
</profile>
Expand Down Expand Up @@ -192,19 +192,19 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<version>2.0.7</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
<version>1.7.36</version>
<version>2.0.7</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.8.0</version>
<version>2.9.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -246,7 +246,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20220320</version>
<version>20230227</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -282,7 +282,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
Expand Down Expand Up @@ -341,7 +341,7 @@
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<version>3.0.0</version>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
<tagNameFormat>v@{version}</tagNameFormat>
Expand Down

0 comments on commit e273bfc

Please sign in to comment.