Skip to content

Commit 535d46b

Browse files
committed
2 parents 49784b4 + b29d0ed commit 535d46b

File tree

6 files changed

+57
-20
lines changed

6 files changed

+57
-20
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v3
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v1
30+
uses: github/codeql-action/init@v2
3131
with:
3232
languages: ${{ matrix.language }}
3333
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -47,4 +47,4 @@ jobs:
4747
./gradlew clean build
4848
4949
- name: Perform CodeQL Analysis
50-
uses: github/codeql-action/analyze@v1
50+
uses: github/codeql-action/analyze@v2

.github/workflows/docusaurus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1616
- name: Check out repo
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
# Node is required for npm
1919
- name: Set up Node
20-
uses: actions/setup-node@v2
20+
uses: actions/setup-node@v3
2121
with:
2222
node-version: "16"
2323
# Install and build Docusaurus website

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plugins {
2626
alias(libs.plugins.flyway)
2727
alias(libs.plugins.licenser)
2828
alias(libs.plugins.lombok)
29-
id "se.bjurr.gitchangelog.git-changelog-gradle-plugin" version '1.71.4'
29+
id "se.bjurr.gitchangelog.git-changelog-gradle-plugin" version '1.72.0'
3030
}
3131

3232
ext {

docs/package-lock.json

Lines changed: 46 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@docusaurus/core": "2.0.0-beta.18",
1919
"@docusaurus/preset-classic": "2.0.0-beta.18",
20-
"@mdx-js/react": "^1.6.22",
20+
"@mdx-js/react": "2.1.1",
2121
"clsx": "^1.1.1",
2222
"prism-react-renderer": "^1.3.1",
2323
"react": "^17.0.2",

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ shadow = { id = "com.github.johnrengelman.shadow", version = "7.1.2" }
33
flyway = { id = "org.flywaydb.flyway", version.ref = "flyway" }
44
licenser = { id = "org.cadixdev.licenser", version = "0.6.1" }
55
lombok = { id = "io.freefair.lombok", version = "6.4.3" }
6-
launch4j = { id = 'edu.sc.seis.launch4j', version = '2.5.2'}
6+
launch4j = { id = 'edu.sc.seis.launch4j', version = '2.5.3'}
77

88
[versions]
99
jda = "5.0.0-alpha.11"
@@ -15,10 +15,10 @@ gson = "2.9.0"
1515
logback = "1.2.11"
1616
nightconfig = "3.6.5"
1717
sqlite = "3.36.0.3"
18-
flyway = "8.5.9"
18+
flyway = "8.5.10"
1919
annotations = "23.0.0"
2020
lombok = "1.18.24"
21-
graal = "22.0.0.2"
21+
graal = "22.1.0"
2222
reflections = "0.10.2"
2323
jdbi = "3.28.0"
2424
junit = "5.8.2"
@@ -29,12 +29,12 @@ configurate = "4.1.2"
2929
cfapi = "1.7.2"
3030
jsoup = "1.14.3"
3131
webhooks = "0.8.0"
32-
eventdispatcher = "1.5.0"
32+
eventdispatcher = "1.6.0"
3333
asmutils = "0.3.1"
3434
typetools = "0.6.3"
3535
javadocapi = "21ad5c1759"
3636
commons-io = "2.11.0"
37-
caffeine = "3.0.6"
37+
caffeine = "3.1.0"
3838
urldetector = "0.1.23"
3939
mockito = "4.5.1"
4040

0 commit comments

Comments
 (0)