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
478d20e6
Commit
478d20e6
authored
6 years ago
by
Daniel Gerhardt
Browse files
Options
Downloads
Patches
Plain Diff
Bump Maven dependencies and plugins
parent
31f4f830
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+6
-6
6 additions, 6 deletions
pom.xml
with
6 additions
and
6 deletions
pom.xml
+
6
−
6
View file @
478d20e6
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<properties>
<io.spring.platform-version>
Brussels-SR1
0
</io.spring.platform-version>
<io.spring.platform-version>
Brussels-SR1
1
</io.spring.platform-version>
<io.netty-version>
4.1.25.Final
</io.netty-version>
<io.netty-version>
4.1.25.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>
...
@@ -183,7 +183,7 @@
...
@@ -183,7 +183,7 @@
<dependency>
<dependency>
<groupId>
cglib
</groupId>
<groupId>
cglib
</groupId>
<artifactId>
cglib
</artifactId>
<artifactId>
cglib
</artifactId>
<version>
3.2.
6
</version>
<version>
3.2.
7
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
...
@@ -296,7 +296,7 @@
...
@@ -296,7 +296,7 @@
<dependency>
<dependency>
<groupId>
io.swagger
</groupId>
<groupId>
io.swagger
</groupId>
<artifactId>
swagger-annotations
</artifactId>
<artifactId>
swagger-annotations
</artifactId>
<version>
1.5.
19
</version>
<version>
1.5.
20
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.codahale.metrics
</groupId>
<groupId>
com.codahale.metrics
</groupId>
...
@@ -341,7 +341,7 @@
...
@@ -341,7 +341,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
0
.v20180
503
</version>
<version>
9.4.1
1
.v20180
605
</version>
<configuration>
<configuration>
<scanIntervalSeconds>
1
</scanIntervalSeconds>
<scanIntervalSeconds>
1
</scanIntervalSeconds>
<webApp>
<webApp>
...
@@ -371,7 +371,7 @@
...
@@ -371,7 +371,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.
0.905
</version>
<version>
3.4.
1.1168
</version>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
...
@@ -419,7 +419,7 @@
...
@@ -419,7 +419,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-war-plugin
</artifactId>
<artifactId>
maven-war-plugin
</artifactId>
<version>
3.2.
1
</version>
<version>
3.2.
2
</version>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
com.github.kongchen
</groupId>
<groupId>
com.github.kongchen
</groupId>
...
...
This diff is collapsed.
Click to expand it.
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