Skip to content

Commit 5766e4b

Browse files
committed
Bumped library version
1 parent 8b691e1 commit 5766e4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.collinalpert</groupId>
88
<artifactId>java2db</artifactId>
9-
<version>5.5.0</version>
9+
<version>5.5.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Java2DB</name>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.github.collinalpert</groupId>
6464
<artifactId>lambda2sql</artifactId>
65-
<version>2.2</version>
65+
<version>2.2.1</version>
6666
</dependency>
6767

6868
<dependency>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>org.junit.jupiter</groupId>
7676
<artifactId>junit-jupiter-api</artifactId>
77-
<version>5.6.0</version>
77+
<version>5.6.1</version>
7878
<scope>test</scope>
7979
</dependency>
8080
</dependencies>
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-javadoc-plugin</artifactId>
112-
<version>3.1.1</version>
112+
<version>3.2.0</version>
113113
<configuration>
114114
<additionalOptions>-html5</additionalOptions>
115115
</configuration>

0 commit comments

Comments
 (0)