Skip to content

Commit e76118d

Browse files
authored
Merge pull request #35 from jeffgbutler/master
Miscellaneous Updates and Test Improvements
2 parents 1580790 + 5ea241b commit e76118d

File tree

15 files changed

+861
-1161
lines changed

15 files changed

+861
-1161
lines changed

.mvn/wrapper/MavenWrapperDownloader.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/**
2+
* Copyright 2016-2018 the original author or authors.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
116
/*
217
Licensed to the Apache Software Foundation (ASF) under one
318
or more contributor license agreements. See the NOTICE file

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<maven.compiler.target>${java.version}</maven.compiler.target>
3636
<maven.compiler.testTarget>${java.version}</maven.compiler.testTarget>
3737
<maven.compiler.testSource>${java.version}</maven.compiler.testSource>
38-
<junit.jupiter.version>5.0.3</junit.jupiter.version>
39-
<junit.platform.version>1.0.3</junit.platform.version>
38+
<junit.jupiter.version>5.1.0</junit.jupiter.version>
39+
<junit.platform.version>1.1.0</junit.platform.version>
4040
<clirr.comparisonVersion>1.0.0</clirr.comparisonVersion>
4141
</properties>
4242

@@ -124,13 +124,13 @@
124124
<dependency>
125125
<groupId>org.assertj</groupId>
126126
<artifactId>assertj-core</artifactId>
127-
<version>3.9.0</version>
127+
<version>3.9.1</version>
128128
<scope>test</scope>
129129
</dependency>
130130
<dependency>
131131
<groupId>org.mybatis</groupId>
132132
<artifactId>mybatis</artifactId>
133-
<version>3.4.5</version>
133+
<version>3.4.6</version>
134134
<scope>test</scope>
135135
</dependency>
136136
<dependency>
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>org.springframework</groupId>
144144
<artifactId>spring-jdbc</artifactId>
145-
<version>5.0.3.RELEASE</version>
145+
<version>5.0.4.RELEASE</version>
146146
<scope>test</scope>
147147
</dependency>
148148
<dependency>

0 commit comments

Comments
 (0)