Skip to content

Commit

Permalink
Merge pull request #58 from olle/fresh-ui-updates
Browse files Browse the repository at this point in the history
Fresh UI updates
  • Loading branch information
olle authored Nov 24, 2024
2 parents f55e559 + dd510c5 commit 246e7c2
Show file tree
Hide file tree
Showing 18 changed files with 938 additions and 854 deletions.
6 changes: 3 additions & 3 deletions examples/myapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.3</version>
<version>3.4.0</version>
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>17</java.version>
<java.version>21</java.version>
</properties>

<dependencies>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.studiomediatech</groupId>
<artifactId>query-response-spring-amqp</artifactId>
<version>0.9.0-SB3_0_3-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Loading

0 comments on commit 246e7c2

Please sign in to comment.