This repository was archived by the owner on Jan 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +4
-103
lines changed Expand file tree Collapse file tree 7 files changed +4
-103
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,7 @@ name: Dependency Review
33on :
44 pull_request :
55 branches : [main]
6- merge_group :
76
87jobs :
98 dependency-review :
10- if : ${{ github.event_name == 'pull_request' }}
119 uses : lars-reimann/.github/.github/workflows/dependency-review-reusable.yml@main
Original file line number Diff line number Diff line change @@ -3,11 +3,9 @@ name: MegaLinter
33on :
44 pull_request :
55 branches : [main]
6- merge_group :
76
87jobs :
98 megalinter :
10- if : ${{ github.event_name == 'pull_request' }}
119 uses : lars-reimann/.github/.github/workflows/megalinter-reusable.yml@main
1210 secrets :
1311 PAT : ${{ secrets.PAT }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 - edited
88 - synchronize
99 - reopened
10- merge_group :
1110
1211jobs :
1312 check-format :
14- if : ${{ github.event_name == 'pull_request_target' }}
1513 uses : lars-reimann/.github/.github/workflows/pr-format-reusable.yml@main
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ tasks.withType<ShadowJar> {
3737val ktorVersion = " 2.2.4"
3838
3939dependencies {
40- implementation(" ch.qos.logback:logback-classic:1.4.5 " )
40+ implementation(" ch.qos.logback:logback-classic:1.4.6 " )
4141 implementation(" io.ktor:ktor-serialization-kotlinx-json:$ktorVersion " )
4242 implementation(" io.ktor:ktor-server:$ktorVersion " )
4343 implementation(" io.ktor:ktor-server-netty:$ktorVersion " )
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ plugins {
55 id(" org.jetbrains.kotlinx.kover" ) version " 0.6.1"
66
77 // Pin versions for subprojects
8- kotlin(" jvm" ) version " 1.8.0 " apply false
8+ kotlin(" jvm" ) version " 1.8.10 " apply false
99 kotlin(" plugin.serialization" ) version " 1.8.10" apply false
1010 id(" com.github.johnrengelman.shadow" ) version " 8.1.0" apply false
1111 id(" com.github.node-gradle.node" ) version " 3.5.1" apply false
12- id(" org.jetbrains.compose" ) version " 1.3.0 " apply false
12+ id(" org.jetbrains.compose" ) version " 1.3.1 " apply false
1313}
1414
1515repositories {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ compose.desktop {
3737
3838dependencies {
3939 implementation(compose.desktop.currentOs)
40- implementation(" org.jetbrains.compose.components:components-splitpane:1.3.0 " )
40+ implementation(" org.jetbrains.compose.components:components-splitpane:1.3.1 " )
4141
4242 testImplementation(kotlin(" test" ))
4343 testImplementation(" io.kotest:kotest-assertions-core-jvm:5.5.5" )
You can’t perform that action at this time.
0 commit comments