Gitlab Community Edition Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cdstar
cdstar
Commits
759bbb00
Commit
759bbb00
authored
Jun 07, 2022
by
mhellka
Browse files
Dependency updates.
parent
d2840109
Changes
13
Hide whitespace changes
Inline
Side-by-side
cdstar-elastic-ingest/pom.xml
View file @
759bbb00
...
...
@@ -13,7 +13,7 @@
<name>
CDStar: Elasticsearch ingest service
</name>
<description>
Sandalone service appliction to integrate cdstar with elasticsearch.
</description>
<properties>
<tika.version>
2.
3
.0
</tika.version>
<tika.version>
2.
4
.0
</tika.version>
</properties>
...
...
@@ -127,12 +127,17 @@
<groupId>
xml-apis
</groupId>
<artifactId>
xml-apis
</artifactId>
</exclusion>
<exclusion>
<!-- Conflicts within tikas tee. We enforce a never version anyway -->
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-api
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.apache.activemq
</groupId>
<artifactId>
activemq-client
</artifactId>
<version>
5.1
6.4
</version>
<version>
5.1
7.1
</version>
</dependency>
<dependency>
<groupId>
com.github.sbtourist
</groupId>
...
...
@@ -146,7 +151,7 @@
<dependency>
<groupId>
org.apache.activemq
</groupId>
<artifactId>
activemq-broker
</artifactId>
<version>
5.1
6.4
</version>
<version>
5.1
7.1
</version>
<scope>
test
</scope>
</dependency>
<dependency>
...
...
@@ -188,7 +193,7 @@
<dependency>
<groupId>
ch.qos.logback
</groupId>
<artifactId>
logback-classic
</artifactId>
<version>
1.2.1
0
</version>
<version>
1.2.1
1
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
cdstar-jetty/pom.xml
View file @
759bbb00
...
...
@@ -8,7 +8,7 @@
<artifactId>
cdstar-jetty
</artifactId>
<properties>
<jetty.version>
11.0.
8
</jetty.version>
<jetty.version>
11.0.
9
</jetty.version>
</properties>
<dependencies>
...
...
cdstar-plugins-pom/cdstar-activemq-embedded/pom.xml
View file @
759bbb00
...
...
@@ -8,7 +8,7 @@
<artifactId>
cdstar-activemq-embedded
</artifactId>
<properties>
<activemq.version>
5.1
6.4
</activemq.version>
<activemq.version>
5.1
7.1
</activemq.version>
</properties>
<dependencies>
...
...
cdstar-plugins-pom/cdstar-activemq-sink/pom.xml
View file @
759bbb00
...
...
@@ -7,7 +7,7 @@
</parent>
<artifactId>
cdstar-activemq-sink
</artifactId>
<properties>
<activemq.version>
5.1
6.4
</activemq.version>
<activemq.version>
5.1
7.1
</activemq.version>
</properties>
<dependencies>
...
...
cdstar-plugins-pom/cdstar-auth-jwt/pom.xml
View file @
759bbb00
...
...
@@ -10,7 +10,7 @@
<dependency>
<groupId>
com.auth0
</groupId>
<artifactId>
java-jwt
</artifactId>
<version>
3.1
8.3
</version>
<version>
3.1
9.2
</version>
<exclusions>
<exclusion>
<!-- Provided by parent pom and cdstar-runtime -->
...
...
@@ -22,7 +22,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-expression
</artifactId>
<version>
5.3.
19
</version>
<version>
5.3.
20
</version>
</dependency>
<dependency>
<groupId>
com.github.ben-manes.caffeine
</groupId>
...
...
cdstar-plugins-pom/cdstar-rabbitmq-sink/pom.xml
View file @
759bbb00
...
...
@@ -16,12 +16,12 @@
<dependency>
<groupId>
com.rabbitmq
</groupId>
<artifactId>
amqp-client
</artifactId>
<version>
5.1
3.0
</version>
<version>
5.1
4.2
</version>
</dependency>
<dependency>
<groupId>
org.assertj
</groupId>
<artifactId>
assertj-core
</artifactId>
<version>
3.2
0.2
</version>
<version>
3.2
3.1
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
...
...
cdstar-plugins-pom/cdstar-redis-sink/pom.xml
View file @
759bbb00
...
...
@@ -10,7 +10,7 @@
<dependency>
<groupId>
redis.clients
</groupId>
<artifactId>
jedis
</artifactId>
<version>
3.6
.3
</version>
<version>
4.2
.3
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
cdstar-plugins-pom/cdstar-ui/pom.xml
View file @
759bbb00
...
...
@@ -11,7 +11,7 @@
<dependency>
<groupId>
org.webjars
</groupId>
<artifactId>
bootstrap
</artifactId>
<version>
4.6.
0
</version>
<version>
4.6.
1
</version>
</dependency>
<dependency>
<groupId>
org.webjars
</groupId>
...
...
@@ -21,7 +21,7 @@
<dependency>
<groupId>
org.webjars
</groupId>
<artifactId>
font-awesome
</artifactId>
<version>
5
.1
5.2
</version>
<version>
6
.1
.0
</version>
</dependency>
<dependency>
<groupId>
org.freemarker
</groupId>
...
...
cdstar-plugins-pom/cdstar-ui/src/main/resources/de/gwdg/cdstar/ext/ui/templates/HTML_head.html
View file @
759bbb00
...
...
@@ -8,12 +8,12 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
href=
"${uibase}_assets/bootstrap/4.6.
0
/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"${uibase}_assets/font-awesome/
5
.1
5.2
/css/all.min.css"
rel=
"stylesheet"
>
<link
href=
"${uibase}_assets/bootstrap/4.6.
1
/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"${uibase}_assets/font-awesome/
6
.1
.0
/css/all.min.css"
rel=
"stylesheet"
>
<link
rel=
"shortcut icon"
href=
"${uibase}_assets/favicon.ico"
type=
"image/x-icon"
>
<script
src=
"${uibase}_assets/jquery/3.5.1/jquery.min.js"
></script>
<script
src=
"${uibase}_assets/bootstrap/4.6.
0
/js/bootstrap.min.js"
></script>
<script
src=
"${uibase}_assets/bootstrap/4.6.
1
/js/bootstrap.min.js"
></script>
</head>
<body>
...
...
cdstar-rest/pom.xml
View file @
759bbb00
...
...
@@ -16,7 +16,7 @@
<dependency>
<groupId>
jakarta.servlet
</groupId>
<artifactId>
jakarta.servlet-api
</artifactId>
<version>
5
.0.0
</version>
<version>
6
.0.0
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
...
...
cdstar-runtime/pom.xml
View file @
759bbb00
...
...
@@ -53,12 +53,12 @@
<dependency>
<groupId>
io.github.classgraph
</groupId>
<artifactId>
classgraph
</artifactId>
<version>
4.8.14
1
</version>
<version>
4.8.14
7
</version>
</dependency>
<dependency>
<groupId>
io.dropwizard.metrics
</groupId>
<artifactId>
metrics-core
</artifactId>
<version>
4.2.
8
</version>
<version>
4.2.
9
</version>
</dependency>
<dependency>
<groupId>
de.gwdg.cdstar
</groupId>
...
...
cdstar-test-utils/pom.xml
View file @
759bbb00
...
...
@@ -10,7 +10,7 @@
<dependency>
<groupId>
ch.qos.logback
</groupId>
<artifactId>
logback-classic
</artifactId>
<version>
1.2.1
0
</version>
<version>
1.2.1
1
</version>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
...
...
pom.xml
View file @
759bbb00
...
...
@@ -467,7 +467,7 @@
<dependency>
<groupId>
com.fasterxml.jackson
</groupId>
<artifactId>
jackson-bom
</artifactId>
<version>
2.13.
1
</version>
<version>
2.13.
3
</version>
<scope>
import
</scope>
<type>
pom
</type>
</dependency>
...
...
@@ -480,12 +480,12 @@
<dependency>
<groupId>
org.mockito
</groupId>
<artifactId>
mockito-core
</artifactId>
<version>
4.
3
.1
</version>
<version>
4.
6
.1
</version>
</dependency>
<dependency>
<groupId>
com.github.ben-manes.caffeine
</groupId>
<artifactId>
caffeine
</artifactId>
<version>
3.
0.5
</version>
<version>
3.
1.1
</version>
</dependency>
</dependencies>
</dependencyManagement>
...
...
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