|
21 | 21 |
|
22 | 22 | <developers> |
23 | 23 | <developer> |
24 | | - <name>Zaki Ibrahim</name> |
25 | | - <email>zaki.ibrahim@midtrans.com</email> |
| 24 | + <name>Muhammad Fauzi Masykur</name> |
| 25 | + <email>muhammad.masykur@gojek.com</email> |
26 | 26 | <organization>Midtrans</organization> |
27 | 27 | <organizationUrl>https://midtrans.com</organizationUrl> |
28 | 28 | </developer> |
|
54 | 54 | <dependency> |
55 | 55 | <groupId>org.json</groupId> |
56 | 56 | <artifactId>json</artifactId> |
57 | | - <version>20230227</version> |
| 57 | + <version>20240205</version> |
58 | 58 | </dependency> |
59 | 59 | <dependency> |
60 | 60 | <groupId>org.projectlombok</groupId> |
|
98 | 98 | <plugin> |
99 | 99 | <groupId>org.sonatype.plugins</groupId> |
100 | 100 | <artifactId>nexus-staging-maven-plugin</artifactId> |
101 | | - <version>1.6.8</version> |
| 101 | + <version>1.7.0</version> |
102 | 102 | <extensions>true</extensions> |
103 | 103 | <configuration> |
104 | 104 | <serverId>ossrh</serverId> |
105 | 105 | <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
106 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
107 | 106 | </configuration> |
108 | 107 | </plugin> |
109 | 108 | <plugin> |
110 | 109 | <groupId>org.apache.maven.plugins</groupId> |
111 | 110 | <artifactId>maven-source-plugin</artifactId> |
112 | | - <version>3.1.0</version> |
| 111 | + <version>3.3.1</version> |
113 | 112 | <executions> |
114 | 113 | <execution> |
115 | 114 | <id>attach-sources</id> |
|
122 | 121 | <plugin> |
123 | 122 | <groupId>org.apache.maven.plugins</groupId> |
124 | 123 | <artifactId>maven-javadoc-plugin</artifactId> |
125 | | - <version>3.2.0</version> |
| 124 | + <version>3.7.0</version> |
126 | 125 | <executions> |
127 | 126 | <execution> |
128 | 127 | <id>attach-javadocs</id> |
|
135 | 134 | <plugin> |
136 | 135 | <groupId>org.apache.maven.plugins</groupId> |
137 | 136 | <artifactId>maven-gpg-plugin</artifactId> |
138 | | - <version>1.6</version> |
| 137 | + <version>3.2.4</version> |
139 | 138 | <executions> |
140 | 139 | <execution> |
141 | 140 | <id>sign-artifacts</id> |
|
145 | 144 | </goals> |
146 | 145 | </execution> |
147 | 146 | </executions> |
| 147 | + <configuration> |
| 148 | + <gpgArguments> |
| 149 | + <argument>--pinentry-mode</argument> |
| 150 | + <argument>loopback</argument> |
| 151 | + </gpgArguments> |
| 152 | + </configuration> |
148 | 153 | </plugin> |
149 | 154 | <plugin> |
150 | 155 | <groupId>org.apache.maven.plugins</groupId> |
151 | 156 | <artifactId>maven-compiler-plugin</artifactId> |
152 | | - <version>3.8.1</version> |
| 157 | + <version>3.12.0</version> |
153 | 158 | <configuration> |
154 | 159 | <source>1.8</source> |
155 | 160 | <target>1.8</target> |
|
0 commit comments