Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
bump version(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-audi committed Dec 13, 2022
1 parent c5e8d74 commit 42eda31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.mytiki</groupId>
<artifactId>l0_storage</artifactId>
<version>0.0.15</version>
<version>0.0.16</version>
<packaging>jar</packaging>

<name>L0 Storage</name>
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.5</version>
<version>2.7.6</version>
</parent>

<properties>
Expand Down Expand Up @@ -77,12 +77,12 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-webmvc-core</artifactId>
<version>1.6.12</version>
<version>1.6.13</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-security</artifactId>
<version>1.6.12</version>
<version>1.6.13</version>
</dependency>
<dependency>
<groupId>org.openapitools</groupId>
Expand All @@ -93,12 +93,12 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-spring-boot-starter</artifactId>
<version>6.6.0</version>
<version>6.9.0</version>
</dependency>
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-logback</artifactId>
<version>6.6.0</version>
<version>6.9.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion worker/upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "l0-storage-upload",
"version": "0.0.15",
"version": "0.0.16",
"type": "module",
"devDependencies": {
"@babel/core": "^7.20.2",
Expand Down

0 comments on commit 42eda31

Please sign in to comment.