Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
general
stups
ProB 2 Jupyter Kernel
Commits
4677e0c5
Commit
4677e0c5
authored
Sep 14, 2021
by
dgelessus
Browse files
Update dependencies
parent
ad2856ed
Pipeline
#69921
passed with stage
in 1 minute and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
4677e0c5
...
...
@@ -36,12 +36,12 @@ configurations.all {
}
dependencies
{
implementation
(
group:
"ch.qos.logback"
,
name:
"logback-classic"
,
version:
"1.2.
3
"
)
implementation
(
group:
"com.google.code.gson"
,
name:
"gson"
,
version:
"2.8.
6
"
)
implementation
(
group:
"com.google.guava"
,
name:
"guava"
,
version:
"30.1-jre"
)
implementation
(
group:
"ch.qos.logback"
,
name:
"logback-classic"
,
version:
"1.2.
5
"
)
implementation
(
group:
"com.google.code.gson"
,
name:
"gson"
,
version:
"2.8.
8
"
)
implementation
(
group:
"com.google.guava"
,
name:
"guava"
,
version:
"30.1
.1
-jre"
)
implementation
(
group:
"de.hhu.stups"
,
name:
"de.prob2.kernel"
,
version:
"4.0.0-SNAPSHOT"
)
implementation
(
group:
"io.github.spencerpark"
,
name:
"jupyter-jvm-basekernel"
,
version:
"2.3.0"
)
implementation
(
group:
"org.jetbrains"
,
name:
"annotations"
,
version:
"2
0.1
.0"
)
implementation
(
group:
"org.jetbrains"
,
name:
"annotations"
,
version:
"2
2.0
.0"
)
implementation
(
group:
"se.sawano.java"
,
name:
"alphanumeric-comparator"
,
version:
"1.4.1"
)
}
...
...
Write
Preview
Supports
Markdown
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