Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release/current
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumejparis committed Feb 13, 2025
2 parents 0e09d9a + 558ff6c commit 7f7ea7d
Show file tree
Hide file tree
Showing 6 changed files with 95 additions and 98 deletions.
4 changes: 2 additions & 2 deletions openbas-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.openbas</groupId>
<artifactId>openbas-platform</artifactId>
<version>1.11.5</version>
<version>1.12.0</version>
</parent>

<artifactId>openbas-api</artifactId>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>io.openbas</groupId>
<artifactId>openbas-framework</artifactId>
<version>1.11.5</version>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
Expand Down
4 changes: 2 additions & 2 deletions openbas-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.openbas</groupId>
<artifactId>openbas-platform</artifactId>
<version>1.11.5</version>
<version>1.12.0</version>
</parent>

<artifactId>openbas-framework</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>io.openbas</groupId>
<artifactId>openbas-model</artifactId>
<version>1.11.5</version>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
Expand Down
4 changes: 2 additions & 2 deletions openbas-front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openbas-front",
"version": "1.11.5",
"version": "1.12.0",
"private": true,
"main": "src/index.tsx",
"license": "Apache-2.0",
Expand Down Expand Up @@ -121,7 +121,7 @@
"typescript": "5.7.3",
"typescript-eslint": "8.22.0",
"vite": "6.1.0",
"vitest": "2.1.1"
"vitest": "2.1.9"
},
"resolutions": {
"@types/react": "18"
Expand Down
Loading

0 comments on commit 7f7ea7d

Please sign in to comment.