Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OLAT CI-CD Testing Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Oliver Dam
OLAT CI-CD Testing Project
Commits
4780e1a2
Commit
4780e1a2
authored
4 years ago
by
srosse
Browse files
Options
Downloads
Patches
Plain Diff
OO-4728: update hibernate, XStream, dom4j and others
parent
c3379716
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+17
-17
17 additions, 17 deletions
pom.xml
scripts/version-rules.xml
+1
-1
1 addition, 1 deletion
scripts/version-rules.xml
with
18 additions
and
18 deletions
pom.xml
+
17
−
17
View file @
4780e1a2
...
@@ -63,17 +63,17 @@
...
@@ -63,17 +63,17 @@
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<targetJdk>
1.8
</targetJdk>
<targetJdk>
1.8
</targetJdk>
<org.springframework.version>
5.2.6.RELEASE
</org.springframework.version>
<org.springframework.version>
5.2.6.RELEASE
</org.springframework.version>
<org.hibernate.version>
5.4.1
5
.Final
</org.hibernate.version>
<org.hibernate.version>
5.4.1
7
.Final
</org.hibernate.version>
<apache.cxf>
3.3.6
</apache.cxf>
<apache.cxf>
3.3.6
</apache.cxf>
<apache.pdfbox>
2.0.19
</apache.pdfbox>
<apache.pdfbox>
2.0.19
</apache.pdfbox>
<apache.poi>
4.1.2
</apache.poi>
<apache.poi>
4.1.2
</apache.poi>
<apache.log4j>
2.13.
1
</apache.log4j>
<apache.log4j>
2.13.
3
</apache.log4j>
<io.jsonwebtoken>
0.10.7
</io.jsonwebtoken>
<io.jsonwebtoken>
0.10.7
</io.jsonwebtoken>
<io.undertow>
2.
0
.3
0
.Final
</io.undertow>
<io.undertow>
2.
1
.3.Final
</io.undertow>
<jackson.version>
2.1
0.3
</jackson.version>
<jackson.version>
2.1
1.0
</jackson.version>
<org.mysql.version>
5.1.46
</org.mysql.version>
<org.mysql.version>
5.1.46
</org.mysql.version>
<org.postgresql.version>
42.2.1
2
</org.postgresql.version>
<org.postgresql.version>
42.2.1
3
</org.postgresql.version>
<org.infinispan.version>
10.1.
6
.Final
</org.infinispan.version>
<org.infinispan.version>
10.1.
8
.Final
</org.infinispan.version>
<lucene.version>
7.7.0
</lucene.version>
<lucene.version>
7.7.0
</lucene.version>
<version.selenium>
3.141.59
</version.selenium>
<version.selenium>
3.141.59
</version.selenium>
<version.drone>
2.5.1
</version.drone>
<version.drone>
2.5.1
</version.drone>
...
@@ -424,7 +424,7 @@
...
@@ -424,7 +424,7 @@
<dependency>
<dependency>
<groupId>
org.webjars
</groupId>
<groupId>
org.webjars
</groupId>
<artifactId>
swagger-ui
</artifactId>
<artifactId>
swagger-ui
</artifactId>
<version>
3.25.
0
</version>
<version>
3.25.
5
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
jakarta.xml.ws
</groupId>
<groupId>
jakarta.xml.ws
</groupId>
...
@@ -434,7 +434,7 @@
...
@@ -434,7 +434,7 @@
<dependency>
<dependency>
<groupId>
org.dom4j
</groupId>
<groupId>
org.dom4j
</groupId>
<artifactId>
dom4j
</artifactId>
<artifactId>
dom4j
</artifactId>
<version>
2.1.
1
</version>
<version>
2.1.
3
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.hibernate
</groupId>
<groupId>
org.hibernate
</groupId>
...
@@ -1618,7 +1618,7 @@
...
@@ -1618,7 +1618,7 @@
<!-- Used by at least commons-fileupload, webdriver -->
<!-- Used by at least commons-fileupload, webdriver -->
<groupId>
commons-io
</groupId>
<groupId>
commons-io
</groupId>
<artifactId>
commons-io
</artifactId>
<artifactId>
commons-io
</artifactId>
<version>
2.
6
</version>
<version>
2.
7
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.jcodec
</groupId>
<groupId>
org.jcodec
</groupId>
...
@@ -1707,12 +1707,12 @@
...
@@ -1707,12 +1707,12 @@
<dependency>
<dependency>
<groupId>
org.bouncycastle
</groupId>
<groupId>
org.bouncycastle
</groupId>
<artifactId>
bcmail-jdk15on
</artifactId>
<artifactId>
bcmail-jdk15on
</artifactId>
<version>
1.6
4
</version>
<version>
1.6
5
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.bouncycastle
</groupId>
<groupId>
org.bouncycastle
</groupId>
<artifactId>
bcprov-jdk15on
</artifactId>
<artifactId>
bcprov-jdk15on
</artifactId>
<version>
1.6
4
</version>
<version>
1.6
5.01
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.github.scribejava
</groupId>
<groupId>
com.github.scribejava
</groupId>
...
@@ -1948,7 +1948,7 @@
...
@@ -1948,7 +1948,7 @@
<dependency>
<dependency>
<groupId>
org.apache.xmlgraphics
</groupId>
<groupId>
org.apache.xmlgraphics
</groupId>
<artifactId>
batik-css
</artifactId>
<artifactId>
batik-css
</artifactId>
<version>
1.1
2
</version>
<version>
1.1
3
</version>
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<groupId>
xml-apis
</groupId>
<groupId>
xml-apis
</groupId>
...
@@ -1963,7 +1963,7 @@
...
@@ -1963,7 +1963,7 @@
<dependency>
<dependency>
<groupId>
org.apache.xmlgraphics
</groupId>
<groupId>
org.apache.xmlgraphics
</groupId>
<artifactId>
batik-util
</artifactId>
<artifactId>
batik-util
</artifactId>
<version>
1.1
2
</version>
<version>
1.1
3
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
de.java2html
</groupId>
<groupId>
de.java2html
</groupId>
...
@@ -2101,7 +2101,7 @@
...
@@ -2101,7 +2101,7 @@
<dependency>
<dependency>
<groupId>
org.json
</groupId>
<groupId>
org.json
</groupId>
<artifactId>
json
</artifactId>
<artifactId>
json
</artifactId>
<version>
20
190722
</version>
<version>
20
200518
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
jazzlib
</groupId>
<groupId>
jazzlib
</groupId>
...
@@ -2131,7 +2131,7 @@
...
@@ -2131,7 +2131,7 @@
<dependency>
<dependency>
<groupId>
com.thoughtworks.xstream
</groupId>
<groupId>
com.thoughtworks.xstream
</groupId>
<artifactId>
xstream
</artifactId>
<artifactId>
xstream
</artifactId>
<version>
1.4.1
1.1
</version>
<version>
1.4.1
2
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.sun.mail
</groupId>
<groupId>
com.sun.mail
</groupId>
...
@@ -2274,7 +2274,7 @@
...
@@ -2274,7 +2274,7 @@
<dependency>
<dependency>
<groupId>
org.assertj
</groupId>
<groupId>
org.assertj
</groupId>
<artifactId>
assertj-core
</artifactId>
<artifactId>
assertj-core
</artifactId>
<version>
3.1
5.0
</version>
<version>
3.1
6.1
</version>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -2304,7 +2304,7 @@
...
@@ -2304,7 +2304,7 @@
<dependency>
<dependency>
<groupId>
org.zapodot
</groupId>
<groupId>
org.zapodot
</groupId>
<artifactId>
embedded-ldap-junit
</artifactId>
<artifactId>
embedded-ldap-junit
</artifactId>
<version>
0.
7
</version>
<version>
0.
8.1
</version>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.
scripts/version-rules.xml
+
1
−
1
View file @
4780e1a2
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<ruleset
xmlns=
"http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
comparisonMethod=
"maven"
xsi:schemaLocation=
"http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://mojo.codehaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd"
>
<ruleset
xmlns=
"http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
comparisonMethod=
"maven"
xsi:schemaLocation=
"http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://mojo.codehaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd"
>
<ignoreVersions>
<ignoreVersions>
<ignoreVersion
type=
"regex"
>
.*[-_\.](alpha|Alpha|ALPHA|beta|Beta|BETA|Dev0|rc1|rc2|rc3|rc4|RC1|RC2|RC3|RC4|jre7|jre6)[-_\.]?[0-9]*
</ignoreVersion>
<ignoreVersion
type=
"regex"
>
.*[-_\.](alpha|Alpha|ALPHA|beta|Beta|BETA|Dev0|
CR1|
rc1|rc2|rc3|rc4|RC1|RC2|RC3|RC4|
RC5|RC6|java7|
jre7|jre6)[-_\.]?[0-9]*
</ignoreVersion>
</ignoreVersions>
</ignoreVersions>
</ruleset>
</ruleset>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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