Skip to content

Commit 5491547

Browse files
committed
big refactoring
1 parent d0fb57d commit 5491547

File tree

95 files changed

+10627
-6787
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+10627
-6787
lines changed

README.md

Lines changed: 306 additions & 155 deletions
Large diffs are not rendered by default.

pom.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright 2024 Evgenii Plugatar
3+
Copyright 2025 Evgenii Plugatar
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121

2222
<groupId>com.plugatar.jkscope</groupId>
2323
<artifactId>jkscope</artifactId>
24-
<version>0.0-SNAPSHOT</version>
24+
<version>3.0</version>
2525
<packaging>jar</packaging>
2626

2727
<name>JKScope</name>
@@ -65,13 +65,19 @@
6565
<dependency>
6666
<groupId>org.junit.jupiter</groupId>
6767
<artifactId>junit-jupiter-api</artifactId>
68-
<version>5.10.2</version>
68+
<version>5.11.4</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.assertj</groupId>
7373
<artifactId>assertj-core</artifactId>
74-
<version>3.25.3</version>
74+
<version>3.27.2</version>
75+
<scope>test</scope>
76+
</dependency>
77+
<dependency>
78+
<groupId>org.mockito</groupId>
79+
<artifactId>mockito-core</artifactId>
80+
<version>4.11.0</version>
7581
<scope>test</scope>
7682
</dependency>
7783
</dependencies>
@@ -158,7 +164,7 @@
158164
<version>3.6.3</version>
159165
<configuration>
160166
<source>${java.version}</source>
161-
<show>public</show>
167+
<show>private</show>
162168
</configuration>
163169
<executions>
164170
<execution>

src/main/java/com/plugatar/jkscope/BaseScope.java

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)