Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci-cd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Create build/deploy vars for one or more DSB apps",
"dependencies": {
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"fast-xml-parser": "5.8.0"
"@actions/github": "6.0.1",
"fast-xml-parser": "5.9.3"
},
"type": "module",
"main": "src/main.ts"
Expand Down
2 changes: 1 addition & 1 deletion ci-cd/testdata/python-app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = [

[project.optional-dependencies]
dev = [
'ruff==0.6.9',
'ruff==0.15.20',
]

[dependency-groups]
Expand Down
14 changes: 7 additions & 7 deletions ci-cd/testdata/spring-boot-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.4</version>
<version>3.5.16</version>
<!-- lookup parent from repository -->
<relativePath/>
</parent>
Expand All @@ -20,8 +20,8 @@

<properties>
<java.version>21</java.version>
<kotlin.version>2.1.20</kotlin.version>
<logstash-logback-encoder.version>8.0</logstash-logback-encoder.version>
<kotlin.version>2.4.0</kotlin.version>
<logstash-logback-encoder.version>8.1</logstash-logback-encoder.version>

<dsb-starter-appinfo.version>2024.11.29.4648</dsb-starter-appinfo.version>
<dsb-starter-prometheus.version>2024.12.20.7382</dsb-starter-prometheus.version>
Expand All @@ -32,12 +32,12 @@
See: Mapping from Spring Boot / Spring Cloud version to Spring Cloud Azure / azure-sdk-bom version
https://github.com/Azure/azure-sdk-for-java/wiki/Spring-Versions-Mapping#which-version-of-spring-cloud-azure-should-i-use
-->
<azure-starter.version>5.21.0</azure-starter.version>
<azure-starter.version>5.25.0</azure-starter.version>

<jasypt-spring-boot.version>3.0.5</jasypt-spring-boot.version>

<testcontainers.mssqlserver.version>1.20.6</testcontainers.mssqlserver.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<testcontainers.mssqlserver.version>1.21.4</testcontainers.mssqlserver.version>
<jacoco-maven-plugin.version>0.8.15</jacoco-maven-plugin.version>

<!-- Sonar properties: -->
<sonar.projectKey>dsb-norge_test-application</sonar.projectKey>
Expand Down Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver-dns-native-macos</artifactId>
<version>4.1.119.Final</version>
<version>4.2.15.Final</version>
<classifier>osx-aarch_64</classifier>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion get-github-app-installation-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Given the required input this action returns a GitHub App installation access token that enables a GitHub App to make authenticated API requests for the app's installation on an organization or individual account.",
"dependencies": {
"@actions/core": "1.11.1",
"jose": "6.0.10"
"jose": "6.2.3"
},
"type": "module"
}