Skip to content

Commit

Permalink
Merge branch 'main' into neighbour-app-cutom-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix authored Oct 25, 2024
2 parents 5b1e98f + 498e3bd commit 8e785c2
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 52 deletions.
138 changes: 89 additions & 49 deletions src/autoscaler/cf/testdata/test_app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/autoscaler/cf/testdata/test_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"node": "^20.0.0"
},
"dependencies": {
"express": "4.19.2"
"express": "4.21.1"
}
}
2 changes: 1 addition & 1 deletion src/db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.0.0</version>
<version>9.1.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion src/scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.0.0</version>
<version>9.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
Expand Down

0 comments on commit 8e785c2

Please sign in to comment.