Skip to content

Commit 7586076

Browse files
committed
get dependabot changes compiling again
1 parent 0653dcf commit 7586076

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cpo-jdbc/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-surefire-plugin</artifactId>
105105
<configuration>
106-
<!-- <excludes>-->
107-
<!-- <exclude>org/synchronoss/cpo/jdbc/BigBatchTest.java</exclude>-->
108-
<!-- </excludes>-->
106+
<excludes>
107+
<exclude>org/synchronoss/cpo/jdbc/BigBatchTest.java</exclude>
108+
</excludes>
109109
</configuration>
110110
</plugin>
111111
<plugin>

cpo-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</parent>
3737
<description>CPO Maven Plugin</description>
3838
<properties>
39-
<maven.version>3.8.1</maven.version>
39+
<maven.version>3.9.1</maven.version>
4040
</properties>
4141
<dependencies>
4242
<dependency>
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>org.codehaus.plexus</groupId>
100100
<artifactId>plexus-utils</artifactId>
101-
<version>${maven.version}</version>
101+
<version>4.0.1</version>
102102
<scope>provided</scope>
103103
</dependency>
104104
<dependency>

0 commit comments

Comments
 (0)