Skip to content

Commit 0c2236a

Browse files
committed
Version 23.0.0
1 parent 4718a42 commit 0c2236a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
===
33

4+
Version 23.0.0
5+
---
6+
* Added new annotations: `@BlockingExecutor` and `@NonBlockingExecutor`.
7+
48
Version 22.0.0
59
---
610
* Added new annotations: `@Blocking` and `@NonBlocking`.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The annotations are published on [Maven Central](https://repo1.maven.org/maven2/
1616
using gradle write the following in the `build.gradle` file:
1717
```
1818
dependencies {
19-
compileOnly 'org.jetbrains:annotations:22.0.0'
19+
compileOnly 'org.jetbrains:annotations:23.0.0'
2020
}
2121
2222
```
@@ -25,7 +25,7 @@ To add a dependency using Maven, write the following in `pom.xml`:
2525
<dependency>
2626
<groupId>org.jetbrains</groupId>
2727
<artifactId>annotations</artifactId>
28-
<version>22.0.0</version>
28+
<version>23.0.0</version>
2929
<scope>provided</scope>
3030
</dependency>
3131
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# limitations under the License.
1515
#
1616

17-
projectVersion=22.0.0
17+
projectVersion=23.0.0
1818
#JDK_5=<path-to-older-java-version>

0 commit comments

Comments
 (0)