Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
b34b217d
Commit
b34b217d
authored
Mar 11, 2019
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Kotlin 1.3.21
Closes gh-16195
parent
341859b5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
14 deletions
+2
-14
pom.xml
spring-boot-project/spring-boot-dependencies/pom.xml
+1
-6
pom.xml
spring-boot-project/spring-boot-parent/pom.xml
+1
-3
pom.xml
spring-boot-project/spring-boot-test/pom.xml
+0
-5
No files found.
spring-boot-project/spring-boot-dependencies/pom.xml
View file @
b34b217d
...
@@ -138,7 +138,7 @@
...
@@ -138,7 +138,7 @@
<junit.version>
4.12
</junit.version>
<junit.version>
4.12
</junit.version>
<junit-jupiter.version>
5.4.0
</junit-jupiter.version>
<junit-jupiter.version>
5.4.0
</junit-jupiter.version>
<kafka.version>
2.1.1
</kafka.version>
<kafka.version>
2.1.1
</kafka.version>
<kotlin.version>
1.
2.7
1
</kotlin.version>
<kotlin.version>
1.
3.2
1
</kotlin.version>
<lettuce.version>
5.1.5.RELEASE
</lettuce.version>
<lettuce.version>
5.1.5.RELEASE
</lettuce.version>
<liquibase.version>
3.6.3
</liquibase.version>
<liquibase.version>
3.6.3
</liquibase.version>
<log4j2.version>
2.11.2
</log4j2.version>
<log4j2.version>
2.11.2
</log4j2.version>
...
@@ -2469,11 +2469,6 @@
...
@@ -2469,11 +2469,6 @@
<artifactId>
kotlin-reflect
</artifactId>
<artifactId>
kotlin-reflect
</artifactId>
<version>
${kotlin.version}
</version>
<version>
${kotlin.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.jetbrains.kotlin
</groupId>
<artifactId>
kotlin-runtime
</artifactId>
<version>
${kotlin.version}
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.jetbrains.kotlin
</groupId>
<groupId>
org.jetbrains.kotlin
</groupId>
<artifactId>
kotlin-stdlib
</artifactId>
<artifactId>
kotlin-stdlib
</artifactId>
...
...
spring-boot-project/spring-boot-parent/pom.xml
View file @
b34b217d
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
<dependency>
<dependency>
<groupId>
io.mockk
</groupId>
<groupId>
io.mockk
</groupId>
<artifactId>
mockk
</artifactId>
<artifactId>
mockk
</artifactId>
<version>
1.9.1
.kotlin12
</version>
<version>
1.9.1
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.sonatype.plexus
</groupId>
<groupId>
org.sonatype.plexus
</groupId>
...
@@ -287,8 +287,6 @@
...
@@ -287,8 +287,6 @@
<version>
${kotlin.version}
</version>
<version>
${kotlin.version}
</version>
<configuration>
<configuration>
<jvmTarget>
${java.version}
</jvmTarget>
<jvmTarget>
${java.version}
</jvmTarget>
<apiVersion>
1.1
</apiVersion>
<languageVersion>
1.1
</languageVersion>
<javaParameters>
true
</javaParameters>
<javaParameters>
true
</javaParameters>
</configuration>
</configuration>
</plugin>
</plugin>
...
...
spring-boot-project/spring-boot-test/pom.xml
View file @
b34b217d
...
@@ -172,11 +172,6 @@
...
@@ -172,11 +172,6 @@
<artifactId>
johnzon-jsonb
</artifactId>
<artifactId>
johnzon-jsonb
</artifactId>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<groupId>
org.jetbrains.kotlin
</groupId>
<artifactId>
kotlin-runtime
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
<artifactId>
slf4j-api
</artifactId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment