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
1d4b7c0f
Commit
1d4b7c0f
authored
5 years ago
by
Daniel Gerhardt
Browse files
Options
Downloads
Patches
Plain Diff
Bump Maven dependencies and plugins
parent
abf2b0a8
Branches
Branches containing commit
No related merge requests found
Pipeline
#30124
passed with warnings with stages
Stage:
Stage:
Stage:
in 1 minute and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ARSnova-checkstyle-checker.xml
+0
-1
0 additions, 1 deletion
ARSnova-checkstyle-checker.xml
pom.xml
+9
-9
9 additions, 9 deletions
pom.xml
with
9 additions
and
10 deletions
ARSnova-checkstyle-checker.xml
+
0
−
1
View file @
1d4b7c0f
...
@@ -70,7 +70,6 @@
...
@@ -70,7 +70,6 @@
<module
name=
"TreeWalker"
>
<module
name=
"TreeWalker"
>
<property
name=
"cacheFile"
value=
"${checkstyle.cache.file}"
/>
<property
name=
"tabWidth"
value=
"4"
/>
<property
name=
"tabWidth"
value=
"4"
/>
<!-- Checks for Javadoc comments. -->
<!-- Checks for Javadoc comments. -->
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
9
−
9
View file @
1d4b7c0f
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
3.
0
.1
</version>
<version>
3.
1
.1
</version>
<configuration></configuration>
<configuration></configuration>
</plugin>
</plugin>
</plugins>
</plugins>
...
@@ -188,12 +188,12 @@
...
@@ -188,12 +188,12 @@
<dependency>
<dependency>
<groupId>
com.google.guava
</groupId>
<groupId>
com.google.guava
</groupId>
<artifactId>
guava
</artifactId>
<artifactId>
guava
</artifactId>
<version>
2
7.1
-jre
</version>
<version>
2
8.0
-jre
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
cglib
</groupId>
<groupId>
cglib
</groupId>
<artifactId>
cglib
</artifactId>
<artifactId>
cglib
</artifactId>
<version>
3.
2.12
</version>
<version>
3.
3.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
...
@@ -236,12 +236,12 @@
...
@@ -236,12 +236,12 @@
<dependency>
<dependency>
<groupId>
org.pac4j
</groupId>
<groupId>
org.pac4j
</groupId>
<artifactId>
pac4j-oauth
</artifactId>
<artifactId>
pac4j-oauth
</artifactId>
<version>
3.
6.1
</version>
<version>
3.
7.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.pac4j
</groupId>
<groupId>
org.pac4j
</groupId>
<artifactId>
pac4j-oidc
</artifactId>
<artifactId>
pac4j-oidc
</artifactId>
<version>
3.
6.1
</version>
<version>
3.
7.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.pac4j
</groupId>
<groupId>
org.pac4j
</groupId>
...
@@ -328,7 +328,7 @@
...
@@ -328,7 +328,7 @@
<dependency>
<dependency>
<groupId>
org.checkerframework
</groupId>
<groupId>
org.checkerframework
</groupId>
<artifactId>
checker-qual
</artifactId>
<artifactId>
checker-qual
</artifactId>
<version>
2.
8
.0
</version>
<version>
2.
10
.0
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
@@ -375,7 +375,7 @@
...
@@ -375,7 +375,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-site-plugin
</artifactId>
<artifactId>
maven-site-plugin
</artifactId>
<version>
3.
7.1
</version>
<version>
3.
8.2
</version>
<configuration>
<configuration>
<locales>
en
</locales>
<locales>
en
</locales>
</configuration>
</configuration>
...
@@ -413,7 +413,7 @@
...
@@ -413,7 +413,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-checkstyle-plugin
</artifactId>
<artifactId>
maven-checkstyle-plugin
</artifactId>
<version>
3.
0
.0
</version>
<version>
3.
1
.0
</version>
<configuration>
<configuration>
<configLocation>
ARSnova-checkstyle-checker.xml
</configLocation>
<configLocation>
ARSnova-checkstyle-checker.xml
</configLocation>
</configuration>
</configuration>
...
@@ -475,7 +475,7 @@
...
@@ -475,7 +475,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.6
</version>
<version>
3.0.1
</version>
<executions>
<executions>
<execution>
<execution>
<goals>
<goals>
...
...
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