Skip to content

Commit 2d20f13

Browse files
Released new version
1 parent f9cb84e commit 2d20f13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
[![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/org.burningwave/reflection/3)](https://maven-badges.herokuapp.com/maven-central/org.burningwave/reflection/)
88
[![GitHub](https://img.shields.io/github/license/burningwave/reflection)](https://github.com/burningwave/reflection/blob/master/LICENSE)
99

10-
[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/reflection/actions/runs/14530489625)
10+
[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/reflection/actions/runs/14531567443)
1111

12-
[![Supported JVM](https://img.shields.io/badge/supported%20JVM-7%2C%208%2C%209+-blueviolet)](https://github.com/burningwave/reflection/actions/runs/14530489625)
12+
[![Supported JVM](https://img.shields.io/badge/supported%20JVM-7%2C%208%2C%209+-blueviolet)](https://github.com/burningwave/reflection/actions/runs/14531567443)
1313

1414
[![Coveralls github branch](https://img.shields.io/coveralls/github/burningwave/reflection/main)](https://coveralls.io/github/burningwave/reflection?branch=main)
1515
[![GitHub open issues](https://img.shields.io/github/issues/burningwave/reflection)](https://github.com/burningwave/reflection/issues)
@@ -39,7 +39,7 @@ If you are on Java 8 and later, to include Burningwave Reflection library in you
3939
<dependency>
4040
<groupId>org.burningwave</groupId>
4141
<artifactId>reflection</artifactId>
42-
<version>4.5.1</version>
42+
<version>4.5.2</version>
4343
</dependency>
4444
```
4545

@@ -48,7 +48,7 @@ If you are on **Java 7 and later**, use this instead:
4848
<dependency>
4949
<groupId>org.burningwave</groupId>
5050
<artifactId>reflection</artifactId>
51-
<version>3.8.1-fjs</version>
51+
<version>3.8.2-fjs</version>
5252
</dependency>
5353
```
5454

@@ -65,7 +65,7 @@ By default the JVM Driver is not imported by the Reflection library, so if you w
6565
<dependency>
6666
<groupId>org.burningwave</groupId>
6767
<artifactId>jvm-driver</artifactId>
68-
<version>8.19.0</version>
68+
<version>8.19.1</version>
6969
</dependency>
7070
```
7171
... And the following to your `module-info.java`:

0 commit comments

Comments
 (0)