This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new f97aaf3  Upgrade Gson from 2.7 to 2.8.4
     new 0564979  Merge pull request #1810 from pepness/gson-2.8.4
f97aaf3 is described below

commit f97aaf3acea0b8b632124d84ea71c15a55ba1c83
Author: Jose Contreras <[email protected]>
AuthorDate: Fri Dec 6 13:08:09 2019 -0600

    Upgrade Gson from 2.7 to 2.8.4
---
 ide/c.google.gson/external/binaries-list                              | 2 +-
 .../external/{gson-2.7-license.txt => gson-2.8.4-license.txt}         | 2 +-
 ide/c.google.gson/nbproject/project.properties                        | 4 +++-
 ide/c.google.gson/nbproject/project.xml                               | 2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ide/c.google.gson/external/binaries-list 
b/ide/c.google.gson/external/binaries-list
index 2a9ea93..06974da 100644
--- a/ide/c.google.gson/external/binaries-list
+++ b/ide/c.google.gson/external/binaries-list
@@ -14,4 +14,4 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-751F548C85FA49F330CECBB1875893F971B33C4E com.google.code.gson:gson:2.7
+D0DE1CA9B69E69D1D497EE3C6009D015F64DAD57 com.google.code.gson:gson:2.8.4
diff --git a/ide/c.google.gson/external/gson-2.7-license.txt 
b/ide/c.google.gson/external/gson-2.8.4-license.txt
similarity index 99%
rename from ide/c.google.gson/external/gson-2.7-license.txt
rename to ide/c.google.gson/external/gson-2.8.4-license.txt
index d8c3885..ac9e002 100644
--- a/ide/c.google.gson/external/gson-2.7-license.txt
+++ b/ide/c.google.gson/external/gson-2.8.4-license.txt
@@ -1,7 +1,7 @@
 Name: GSon
 Description: JSon serialization/deserialization library
 Origin: GitHub
-Version: 2.7
+Version: 2.8.4
 License: Apache-2.0
 
                                  Apache License
diff --git a/ide/c.google.gson/nbproject/project.properties 
b/ide/c.google.gson/nbproject/project.properties
index 3711b8b..d2e8d54 100644
--- a/ide/c.google.gson/nbproject/project.properties
+++ b/ide/c.google.gson/nbproject/project.properties
@@ -14,6 +14,8 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-release.external/gson-2.7.jar=modules/com-google-gson.jar
+release.external/gson-2.8.4.jar=modules/com-google-gson.jar
 is.autoload=true
+javac.compilerargs=-Xlint -Xlint:-serial
+javac.source=1.8
 nbm.module.author=Jan Lahoda
diff --git a/ide/c.google.gson/nbproject/project.xml 
b/ide/c.google.gson/nbproject/project.xml
index 6a98f49..919c9fe 100644
--- a/ide/c.google.gson/nbproject/project.xml
+++ b/ide/c.google.gson/nbproject/project.xml
@@ -28,7 +28,7 @@
            <public-packages/>
            <class-path-extension>
                
<runtime-relative-path>com-google-gson.jar</runtime-relative-path>
-               <binary-origin>external/gson-2.7.jar</binary-origin>
+               <binary-origin>external/gson-2.8.4.jar</binary-origin>
             </class-path-extension>
         </data>
     </configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to