Skip to content

Commit

Permalink
update version in more readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nephery committed Aug 27, 2024
1 parent 0a54235 commit c3a5120
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Note that you'll need to include version 3.1.0 or later to use Spring Boot relea

```groovy
// Solace Java API & auto-configuration
compile("com.solace.spring.boot:solace-java-spring-boot-starter:5.1.0")
compile("com.solace.spring.boot:solace-java-spring-boot-starter:5.2.0")
```

#### Using it with Maven
Expand All @@ -50,7 +50,7 @@ compile("com.solace.spring.boot:solace-java-spring-boot-starter:5.1.0")
<dependency>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-java-spring-boot-starter</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Note that you'll need to include version 3.1.0 or later to use Spring Boot relea
#### Using it with Gradle

```groovy
compile("com.solace.spring.boot:solace-jms-spring-boot-starter:5.1.0")
compile("com.solace.spring.boot:solace-jms-spring-boot-starter:5.2.0")
```

#### Using it with Maven
Expand All @@ -61,7 +61,7 @@ compile("com.solace.spring.boot:solace-jms-spring-boot-starter:5.1.0")
<dependency>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-jms-spring-boot-starter</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
</dependency>
```

Expand Down

0 comments on commit c3a5120

Please sign in to comment.