Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARSnova Backend
Manage
Activity
Members
Labels
Plan
Issues
27
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
ARSnova Backend
Commits
c88cce27
Commit
c88cce27
authored
6 years ago
by
Daniel Gerhardt
Browse files
Options
Downloads
Patches
Plain Diff
Bump Maven dependencies and plugins
parent
2fc13388
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+11
-11
11 additions, 11 deletions
pom.xml
with
11 additions
and
11 deletions
pom.xml
+
11
−
11
View file @
c88cce27
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<properties>
<io.spring.platform-version>
Brussels-SR1
2
</io.spring.platform-version>
<io.spring.platform-version>
Brussels-SR1
3
</io.spring.platform-version>
<io.netty-version>
4.1.
28
.Final
</io.netty-version>
<io.netty-version>
4.1.
30
.Final
</io.netty-version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<timestamp>
${maven.build.timestamp}
</timestamp>
<timestamp>
${maven.build.timestamp}
</timestamp>
<sonar.language>
java
</sonar.language>
<sonar.language>
java
</sonar.language>
...
@@ -191,7 +191,7 @@
...
@@ -191,7 +191,7 @@
<dependency>
<dependency>
<groupId>
cglib
</groupId>
<groupId>
cglib
</groupId>
<artifactId>
cglib
</artifactId>
<artifactId>
cglib
</artifactId>
<version>
3.2.
7
</version>
<version>
3.2.
8
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
...
@@ -218,7 +218,7 @@
...
@@ -218,7 +218,7 @@
<dependency>
<dependency>
<groupId>
com.sun.mail
</groupId>
<groupId>
com.sun.mail
</groupId>
<artifactId>
javax.mail
</artifactId>
<artifactId>
javax.mail
</artifactId>
<version>
1.6.
1
</version>
<version>
1.6.
2
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<groupId>
org.springframework
</groupId>
...
@@ -307,7 +307,7 @@
...
@@ -307,7 +307,7 @@
<dependency>
<dependency>
<groupId>
io.swagger
</groupId>
<groupId>
io.swagger
</groupId>
<artifactId>
swagger-annotations
</artifactId>
<artifactId>
swagger-annotations
</artifactId>
<version>
1.5.2
0
</version>
<version>
1.5.2
1
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.codahale.metrics
</groupId>
<groupId>
com.codahale.metrics
</groupId>
...
@@ -317,7 +317,7 @@
...
@@ -317,7 +317,7 @@
<dependency>
<dependency>
<groupId>
org.checkerframework
</groupId>
<groupId>
org.checkerframework
</groupId>
<artifactId>
checker-qual
</artifactId>
<artifactId>
checker-qual
</artifactId>
<version>
2.5.
4
</version>
<version>
2.5.
6
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
@@ -343,7 +343,7 @@
...
@@ -343,7 +343,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.
7
.0
</version>
<version>
3.
8
.0
</version>
<configuration>
<configuration>
<source>
1.8
</source>
<source>
1.8
</source>
<target>
1.8
</target>
<target>
1.8
</target>
...
@@ -352,7 +352,7 @@
...
@@ -352,7 +352,7 @@
<plugin>
<plugin>
<groupId>
org.eclipse.jetty
</groupId>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-maven-plugin
</artifactId>
<artifactId>
jetty-maven-plugin
</artifactId>
<version>
9.4.1
1
.v20180
605
</version>
<version>
9.4.1
2
.v20180
83
</version>
<configuration>
<configuration>
<scanIntervalSeconds>
0
</scanIntervalSeconds>
<scanIntervalSeconds>
0
</scanIntervalSeconds>
<webApp>
<webApp>
...
@@ -372,7 +372,7 @@
...
@@ -372,7 +372,7 @@
<plugin>
<plugin>
<groupId>
org.sonarsource.scanner.maven
</groupId>
<groupId>
org.sonarsource.scanner.maven
</groupId>
<artifactId>
sonar-maven-plugin
</artifactId>
<artifactId>
sonar-maven-plugin
</artifactId>
<version>
3.
4.1.1168
</version>
<version>
3.
5.0.1254
</version>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
...
@@ -382,7 +382,7 @@
...
@@ -382,7 +382,7 @@
<plugin>
<plugin>
<groupId>
org.jacoco
</groupId>
<groupId>
org.jacoco
</groupId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<version>
0.8.
1
</version>
<version>
0.8.
2
</version>
<executions>
<executions>
<execution>
<execution>
<id>
default-prepare-agent
</id>
<id>
default-prepare-agent
</id>
...
@@ -463,7 +463,7 @@
...
@@ -463,7 +463,7 @@
<plugin>
<plugin>
<groupId>
pl.project13.maven
</groupId>
<groupId>
pl.project13.maven
</groupId>
<artifactId>
git-commit-id-plugin
</artifactId>
<artifactId>
git-commit-id-plugin
</artifactId>
<version>
2.2.
4
</version>
<version>
2.2.
5
</version>
<executions>
<executions>
<execution>
<execution>
<goals>
<goals>
...
...
This diff is collapsed.
Click to expand it.
Daniel Gerhardt
@dgrh99
mentioned in commit
25004bb8
·
6 years ago
mentioned in commit
25004bb8
mentioned in commit 25004bb86d4c0f8f495f9e0b20822d2f17209500
Toggle commit list
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment