Skip to content

Commit e5ee92b

Browse files
committed
Refactored inner classes to upper level for readability.
Bumped dependency versions.
1 parent 3f0ccc2 commit e5ee92b

File tree

65 files changed

+3325
-1926
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+3325
-1926
lines changed

.mvn/wrapper/MavenWrapperDownloader.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17-
import java.net.*;
18-
import java.io.*;
19-
import java.nio.channels.*;
2017
import java.util.Properties;
2118

2219
public class MavenWrapperDownloader {
2320

2421
private static final String WRAPPER_VERSION = "0.5.5";
22+
2523
/**
2624
* Default URL to download the maven-wrapper.jar from, if no 'downloadUrl' is provided.
2725
*/

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.2.5.RELEASE</version>
8+
<version>2.2.7.RELEASE</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111

@@ -21,8 +21,8 @@
2121

2222
<modules>
2323
<module>roach-data-jooq</module>
24-
<module>roach-data-jpa</module>
2524
<module>roach-data-jdbc</module>
25+
<module>roach-data-jpa</module>
2626
<module>roach-data-mybatis</module>
2727
</modules>
2828

@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.springframework.boot</groupId>
3333
<artifactId>spring-boot-starter-web</artifactId>
34-
<version>2.2.5.RELEASE</version>
34+
<version>2.2.7.RELEASE</version>
3535
<exclusions>
3636
<!-- Exclude the Tomcat dependency -->
3737
<exclusion>
@@ -43,13 +43,13 @@
4343
<dependency>
4444
<groupId>org.liquibase</groupId>
4545
<artifactId>liquibase-core</artifactId>
46-
<version>3.8.0</version>
46+
<version>3.8.9</version>
4747
<scope>runtime</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.springframework.data</groupId>
5151
<artifactId>spring-data-commons</artifactId>
52-
<version>2.2.6.RELEASE</version>
52+
<version>2.2.7.RELEASE</version>
5353
</dependency>
5454
</dependencies>
5555
</dependencyManagement>

0 commit comments

Comments
 (0)